[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _twAttrChg( expC, [expN] )
 ----------------------------------------------------------------------------
     Change the color attribute in a Clipper SAVESCREEN variable.

       Arguments:

     expC - 'C' SAVESCREEN Variable.

     expN - 'N' New DOS colour attribute.

       Return:

     SAVESCREEN with all attribute bytes changed.

       Example:

     sScr := _twAttrChg( SAVESCREEN( 5, 5, 10, 10 ), 8 )
     Changes the colour of sScr to GREY (ASCII 8)

     NOTE: This function was used to get around a problem with
           TRANSFORM() in Clipper 5.01 which shows up occasionally. I
           didn't feel like finding out when.

See Also: tw_VAttr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson